Skip to content

fix(go-runner): resolve path using first URI part#9

Merged
not-matthias merged 1 commit intomainfrom
cod-1282-file-path-not-found-for-benchmark-in-go
Aug 29, 2025
Merged

fix(go-runner): resolve path using first URI part#9
not-matthias merged 1 commit intomainfrom
cod-1282-file-path-not-found-for-benchmark-in-go

Conversation

@not-matthias
Copy link
Copy Markdown
Member

We create the URI like this: BenchmarkContainsMethods::Bytes.Contains, but we only have access to the parsed function name BenchmarkContainsMethods, so we have to match only part of it.

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented Aug 29, 2025

CodSpeed Performance Report

Merging #9 will not alter performance

Comparing cod-1282-file-path-not-found-for-benchmark-in-go (6c9e74f) with main (27bb649)

Summary

✅ 9 untouched benchmarks
🆕 1 new benchmarks
⁉️ 1 dropped benchmarks

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark BASE HEAD Change
🆕 fibonacci(10) N/A 549 ns N/A
⁉️ fibonacci(10) 549 ns N/A N/A

Copy link
Copy Markdown
Member

@art049 art049 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

@not-matthias not-matthias merged commit 6c9e74f into main Aug 29, 2025
9 of 10 checks passed
@not-matthias not-matthias deleted the cod-1282-file-path-not-found-for-benchmark-in-go branch August 29, 2025 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants